//==============================================================================
// ballista_anim.txt
//==============================================================================

//==============================================================================
define Sword
{
   set hotspot
   {
      version
      {
         Visual Attachments E Guardian Sword
      }
   }
}

//=============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            VisualGranny Ath_idleA
					Connect LEFTLEG Eyeglow hotspot
					Connect RIGHTLEG Eyeglow hotspot
					connect HOTSPOT sunlight hotspot
					connect HOTSPOT groundglow hotspot
         }
         
      }
   }
}

//=============================================================================
anim Flail
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            VisualGranny Ath_WalkA
					Connect LEFTLEG Eyeglow hotspot
					Connect RIGHTLEG Eyeglow hotspot
            
         }
         
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            VisualGranny Ath_idleA
            
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            VisualGranny Ath_idleA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.55 false HeavyFall checkVisible 
//-- end auto generated section
            connect RightHand Sword hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            VisualGranny Ath_WalkA
					Connect LEFTLEG Eyeglow hotspot
					Connect RIGHTLEG Eyeglow hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual ath attackX
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.75 true   
            tag GenericSound 0.60 true   
//-- end auto generated section
				connect hotspot eclipseSFX hotspot
         }
			version
         {
            Visual ath attackY
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.76 true   
            tag GenericSound 0.60 true   
//-- end auto generated section
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}


//==============================================================================
/*
anim walkAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			   Visual Scenario E Guardian_walkAttackA
            connect RightHand Sword hotspot
            Tag Attack 0.6 true
            Tag GenericSound 0.6 true
         }
      }
   }
}
*/





